select {
	/*取消默认箭头开始*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*取消默认箭头结束*/
	border: none;
	width: 52px;
	font-size: 14px;
	color: #666;
	text-align-last: center;
	/* 文本居中*/
	background: url(../images/xljt.png) no-repeat right 0rem center;
}

/*下拉后箭头*/
select:focus {
	background: url(../images/sljt.png) no-repeat right 0rem center;
}

/*修改option*/
option::-ms-expand {
	display: none;
}

option {
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari 和 Chrome */
	appearance: none;
}

/* --背景色字体颜色--*/
option:hover {
	color: #fff;
	background-color: #1E90FF;
}

.swiper-slide img{
	width: 100%;
}
.perd{
	width: 100%;
	height: 55px;
	background: rgba(0,0,0,0.3);
	box-sizing: border-box;
	padding-left: 20px;
	margin-top: -54px;
	position: relative;
	z-index: 9;
}
.perd a{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
}
.newsBner .swiper-button-next{
	background: url(../images/an_y.png) no-repeat;
	width: 35px;
}
.newsBner .swiper-button-prev{
	width: 35px;
	background: url(../images/an_z.png) no-repeat;
}
.newsTion{
	width: 20% !important;
	left: auto !important;
	right: 0%;
	text-align: center;
	bottom: 6% !important;
}
.newsTion .swiper-pagination-bullet{
	background: white;
	width: 9px;
	height: 9px;
	opacity:1;
}
.newsTion .swiper-pagination-bullet-active{
	background: #DDA300;
}